home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / wall310a.zip / THEWALL.DOC < prev    next >
Text File  |  1992-06-10  |  8KB  |  151 lines

  1.  ------------------------------------------------------------------------------
  2.  -                            THE GRAFITTI WALL                               -
  3.  -                               VERSION 3.1a                                 -
  4.  -                                                                            -
  5.  -                           by  Darryl L. Pierce                             -
  6.  -                                                                            -
  7.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  8.  -                     (508) 755-9716 ■ HST Dual Standard                     -
  9.  -                                                                            -
  10.  -                           SysOp  Documentation                             -
  11.  ------------------------------------------------------------------------------
  12.  
  13.                                    OVERVIEW
  14.                                    --------
  15.  
  16. Grafitti Wall is a nice door program for users who love to express themselves
  17. in more than just the message conferences. With the Grafitti Wall, they can
  18. post simple one-lines one a wall filled with "grafitti" written by other
  19. users!
  20.  
  21. When the wall becomes filled with grafitti, it will scroll the oldest lines off
  22. and add the new ones. This saves you the trouble of having to delete lines of
  23. text when there's too much grafitti in the wall.
  24.  
  25. Also, when the wall is updated as each user adds a line of text, Grafitti
  26. Wall also adds the users name to the data file. Although it is not displayed
  27. to the users when the wall is shown, it is nice for the SysOp to know who
  28. left which line in case the users decide to use profanity or other undesirable
  29. speech in their grafitti.
  30.  
  31.                                  INSTALLATION
  32.                                  ------------
  33.  
  34. Installation is very easy and straightforward. The following instructions are
  35. designed to help you get this door up and running in the shortest amount of
  36. time. It is assumed that you are familiar with setting up door programs for
  37. your BBS, so only examples of the configuration files and batch files will
  38. be shown:
  39.  
  40. 1)  Create a subdirectory to hold all the files for WALLxxxx.ZIP.
  41.  
  42. 2)  Unzip WALLxxxx.ZIP into the above subdirectory.
  43.  
  44. 3)  Create a configuration file with the filespec of your own choice. The
  45.     configuration file should follow this example:
  46.  
  47.         INTERRUPT               ; If this doesn't work, try BIOS.
  48.         00000000                ; Registration Serial Number
  49.         The Vampyre Bar! BBS    ; BBS Name
  50.         Darryl                  ; SysOp's First Name
  51.         Basner                  ; SysOp's Last Name
  52.         50                      ; Maximum number of lines for the wall*
  53.         C:\THEWALL\THEWALL.TXT  ; Full path\filename for the wall data file.
  54.         Dracula's Front Door    ; The Name You Want To Use For The Wall.
  55.         Officer Malone          ; The Name you want to give the policeman.
  56.         10                      ; Number of minutes to give lucky users.
  57.  
  58.         * - Up to 200 lines may be defined by the configuration.
  59.  
  60. 4)  Create a batch file to call Grafitti Wall or edit the one supplied with
  61.     this archiver (THEWALL). A sample batch file is:
  62.  
  63.         @ECHO OFF                       ;
  64.         CLS                             ;
  65.         D:                              ;
  66.         CD\DOORS\THEWALL                ; Change To The Directory For The Door
  67.         THEWALL THEWALL.CNF C:\PCB      ; Pass the name of the configuration
  68.         C:                              ; file and the full path the active
  69.         CD\PCB                          ; node of PCBoard (to PCBOARD.SYS)
  70.         BOARD                           ; Reload PCBoard
  71.  
  72.  
  73. That's it! Now you're already to run THEWALL on your board!
  74.  
  75.                                  ADOPT-A-DOOR
  76.                                  ------------
  77.  
  78. I've been running a BBS for a few years now and know what a financial burden it
  79. can be to constantly be expected to keep everything running smoothly without
  80. a little financial support from the users. A friend of mine told me about the
  81. ADOPT-A-DOOR concept for registering doors and utilities for BBSs.
  82.  
  83. With the ADOPT-A-DOOR concept, a user would send in a donation to the SysOp
  84. that has the intended purpose of paying the registration fee for a specified
  85. door or utility for the BBS. In return, most SysOps give the ADOPTive user
  86. a special access level or patron membership. And, in this way, both the user
  87. and the SysOp benefit from the ADOPTion.
  88.  
  89. Since I began writing doors, I've always liked the idea of ADOPTing doors. So,
  90. I took that into consideration when programming and have implemented a simple
  91. screen in the doors to advertise the ADOPT-A-DOOR policy to the users. This
  92. way, the SysOp doesn't have to post tons of dull messages on ADOPTing doors
  93. and will (hopefully) inspire the BBS' users who enjoy a particular door to
  94. possibly ADOPT it for the BBS!
  95.  
  96.                                   LEGALITIES
  97.                                   ----------
  98.  
  99.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  100.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  101.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  102.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  103.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  104.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  105.       OR BREACH OF ANY WARRANTY.
  106.  
  107.                                  DISTRIBUTION
  108.                                  ------------
  109.  
  110. This package may be made available on your BBS or uploaded to any BBS that you
  111. call provided that the contents of this archive are NOT in any way change,
  112. either by adding or deleting files to the archiver. The archive and any of the
  113. individual files contained therein may NOT be used by any service that charges
  114. any money whatsoever,  without the written permission of the author.
  115.  
  116.                                  REGISTRATION
  117.                                  ------------
  118.  
  119. When you register this door, you will be given a unique registration serial
  120. number that, when inserted into the configuration file of this particular
  121. door, will cause your BBS' name to be displayed while the doors is opening and
  122. also while it is returning to the BBS. In addition, all the built in delays
  123. will subsequently be removed.
  124.  
  125. To register THEWALL, please fill out the accompanying REGISTER.FRM and send
  126. the prescribed donation ($15) to the name and address at the top of the form.
  127.  
  128. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  129. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  130.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  131.  
  132. Based on the information given in the registration form, I will set up and
  133. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  134. BAR! BBS and pick up your registration number.
  135.  
  136.                                 MISCELLANEOUS
  137.                                 -------------
  138.  
  139. For the latest version of THEWALL and other great Vampyre Bar! Doors, call
  140.  
  141.                              THE VAMPYRE BAR! BBS
  142.                        508 755-9716 ■ HST DUAL STANDARD
  143.  
  144.                     The Home Of GENIUSnet EchoMail Systems
  145.                        Massachusettes Node For ProgNet
  146.  
  147. Remember, if you have any problems, questions or suggestions, you can drop me
  148. a line through your nearest GENIUSnet (GnetChat, DOORS or BBSing) or ProgNet
  149. (Authors) node and I will gladly get back to you as soon as I receive your
  150. message.
  151.